50_sample.json.gz
MANIFEST.in
README.md
setup.cfg
setup.py
Skills_ML.egg-info/PKG-INFO
Skills_ML.egg-info/SOURCES.txt
Skills_ML.egg-info/dependency_links.txt
Skills_ML.egg-info/requires.txt
Skills_ML.egg-info/top_level.txt
skills_ml/__init__.py
skills_ml/algorithms/__init__.py
skills_ml/algorithms/embedding/__init__.py
skills_ml/algorithms/embedding/base.py
skills_ml/algorithms/embedding/train.py
skills_ml/algorithms/geocoders/__init__.py
skills_ml/algorithms/geocoders/cbsa.py
skills_ml/algorithms/job_normalizers/__init__.py
skills_ml/algorithms/job_normalizers/elasticsearch.py
skills_ml/algorithms/job_normalizers/esa_jobtitle_normalizer.py
skills_ml/algorithms/job_vectorizers/__init__.py
skills_ml/algorithms/job_vectorizers/doc2vec_vectorizer.py
skills_ml/algorithms/jobtitle_cleaner/__init__.py
skills_ml/algorithms/jobtitle_cleaner/clean.py
skills_ml/algorithms/occupation_classifiers/__init__.py
skills_ml/algorithms/occupation_classifiers/classifiers.py
skills_ml/algorithms/sampling/__init__.py
skills_ml/algorithms/sampling/methods.py
skills_ml/algorithms/skill_extractors/__init__.py
skills_ml/algorithms/skill_extractors/base.py
skills_ml/algorithms/skill_extractors/exact_match.py
skills_ml/algorithms/skill_extractors/fuzzy_match.py
skills_ml/algorithms/skill_extractors/noun_phrase_ending.py
skills_ml/algorithms/skill_extractors/soc_exact.py
skills_ml/algorithms/string_cleaners/__init__.py
skills_ml/algorithms/string_cleaners/nlp.py
skills_ml/datasets/__init__.py
skills_ml/datasets/cbsa_shapefile.py
skills_ml/datasets/cousub_ua.py
skills_ml/datasets/nber_county_cbsa.py
skills_ml/datasets/negative_positive_dict.py
skills_ml/datasets/onet_cache.py
skills_ml/datasets/onet_source.py
skills_ml/datasets/place_ua.py
skills_ml/datasets/sba_city_county.py
skills_ml/datasets/ua_cbsa.py
skills_ml/datasets/job_titles/__init__.py
skills_ml/datasets/job_titles/elasticsearch.py
skills_ml/datasets/job_titles/onet.py
skills_ml/datasets/partner_updaters/__init__.py
skills_ml/datasets/partner_updaters/usa_jobs.py
skills_ml/datasets/skill_importances/__init__.py
skills_ml/datasets/skill_importances/onet.py
skills_ml/datasets/skills/__init__.py
skills_ml/datasets/skills/onet_ksat.py
skills_ml/evaluation/__init__.py
skills_ml/evaluation/job_title_normalizers.py
skills_ml/evaluation/representativeness_calculators/__init__.py
skills_ml/evaluation/representativeness_calculators/geo_occupation.py
skills_ml/job_postings/__init__.py
skills_ml/job_postings/common_schema.py
skills_ml/job_postings/filtering.py
skills_ml/job_postings/sample.py
skills_ml/job_postings/aggregate/__init__.py
skills_ml/job_postings/aggregate/dataset_transform.py
skills_ml/job_postings/aggregate/field_values.py
skills_ml/job_postings/aggregate/geo.py
skills_ml/job_postings/aggregate/pandas.py
skills_ml/job_postings/aggregate/soc_code.py
skills_ml/job_postings/aggregate/title.py
skills_ml/job_postings/computed_properties/__init__.py
skills_ml/job_postings/computed_properties/aggregators.py
skills_ml/job_postings/computed_properties/computers.py
skills_ml/job_postings/corpora/__init__.py
skills_ml/job_postings/corpora/basic.py
skills_ml/job_postings/geography_queriers/__init__.py
skills_ml/job_postings/geography_queriers/cbsa.py
skills_ml/job_postings/geography_queriers/cbsa_from_geocode.py
skills_ml/job_postings/raw/__init__.py
skills_ml/job_postings/raw/usajobs.py
skills_ml/job_postings/raw/virginia.py
skills_ml/storage/__init__.py
skills_ml/utils/__init__.py